home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Graphics 2D / BufferedWindows / BufferedWindows.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2000-10-06  |  516 b   |  19 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>BufferedWindows</string>
  9.     <key>CFBundleInfoDictionaryVersion</key>
  10.     <string>6.0</string>
  11.     <key>CFBundlePackageType</key>
  12.     <string>APPL</string>
  13.     <key>CFBundleSignature</key>
  14.     <string>????</string>
  15.     <key>CFBundleVersion</key>
  16.     <string>0.1</string>
  17. </dict>
  18. </plist>
  19.